home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT06.Dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  539 b   |  21 lines

  1. on enterFrame
  2.   global ayumi, syu, mayu, drink, tired
  3.   puppetSprite(16, 1)
  4.   puppetSprite(17, 1)
  5.   puppetSprite(18, 1)
  6.   puppetSprite(19, 1)
  7.   puppetSprite(20, 1)
  8.   set the castNum of sprite 16 to 238 + ayumi
  9.   set the castNum of sprite 17 to 238 + syu
  10.   set the castNum of sprite 18 to 238 + mayu
  11.   set the castNum of sprite 19 to 249 + drink
  12.   set the castNum of sprite 20 to 249 + tired
  13. end
  14.  
  15. on exitFrame
  16.   global volume, slide
  17.   set volume to the soundLevel
  18.   set the visible of sprite 14 to 0
  19.   set the visible of sprite 15 to 0
  20. end
  21.